docs: fix link to even structures info
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:39:26 +0000 (18:39 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:41 +0000 (18:57 -0500)
gdk/gdkevents.c

index 86ea3570fb3cb0c8ecfbf311d3071187be15ff3f..733c8990d24b83b4aa49279aab4921cbd0a2f68f 100644 (file)
@@ -35,7 +35,7 @@
  * SECTION:events
  * @Short_description: Functions for handling events from the window system
  * @Title: Events
- * @See_also: <link linkend="gdk-Event-Structures">Event Structures</link>
+ * @See_also: <link linkend="gdk3-Event-Structures">Event Structures</link>
  *
  * This section describes functions dealing with events from the window
  * system.
@@ -43,7 +43,7 @@
  * In GTK+ applications the events are handled automatically in
  * gtk_main_do_event() and passed on to the appropriate widgets, so these
  * functions are rarely needed. Though some of the fields in the
- * <link linkend="gdk-Event-Structures">Event Structures</link> are useful.
+ * <link linkend="gdk3-Event-Structures">Event Structures</link> are useful.
  */